From 183bf83a36e0b6fa56f1e9b659635aa2fe0692ec Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Fri, 17 Nov 2023 16:27:00 -0800 Subject: [PATCH] chore: Bump @nextcloud/vue to v8.2.0 Signed-off-by: Christopher Ng --- package-lock.json | 22 ++++++++++++++-------- package.json | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48c3bf24..39fc75f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/moment": "^1.2.2", "@nextcloud/notify_push": "^1.1.3", "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^8.0.1", + "@nextcloud/vue": "^8.2.0", "howler": "^2.2.4", "v-click-outside": "^3.2.0", "vue": "^2.7.15", @@ -3566,9 +3566,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.0.1.tgz", - "integrity": "sha512-x2RqRb+/hB94mkZ465zWct0a3A5m5KQniIO4RuwtBssMwlJdyv0MXZF3k7iE3omwChkbgNOkFDiZ/Ch+pfMm1g==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.2.0.tgz", + "integrity": "sha512-rfnB8yOhNce1RxBoHZWu9Kgf2IHwtdM7/dzoAyl/cseht4Mvk8+4aJAPuvKFHJaNjIbdNU4JfpK1GR653zOeQQ==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -3585,7 +3585,7 @@ "@vueuse/components": "^10.0.2", "@vueuse/core": "^10.1.2", "clone": "^2.1.2", - "debounce": "1.2.1", + "debounce": "2.0.0", "dompurify": "^3.0.5", "emoji-mart-vue-fast": "^15.0.0", "escape-html": "^1.0.3", @@ -6865,9 +6865,15 @@ "dev": true }, "node_modules/debounce": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", - "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.0.0.tgz", + "integrity": "sha512-xRetU6gL1VJbs85Mc4FoEGSjQxzpdxRyFhe3lmWFyy2EzydIcD4xzUvRJMD+NPDfMwKNhxa3PvsIOU32luIWeA==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/debug": { "version": "4.3.4", diff --git a/package.json b/package.json index 8d06fea5..8b41bdff 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@nextcloud/moment": "^1.2.2", "@nextcloud/notify_push": "^1.1.3", "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^8.0.1", + "@nextcloud/vue": "^8.2.0", "howler": "^2.2.4", "v-click-outside": "^3.2.0", "vue": "^2.7.15",