diff --git a/package-lock.json b/package-lock.json index be14b46d0..57bcb391f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/vue": "9.0.0-alpha.2", "@vueuse/components": "^10.9.0", "color-convert": "^2.0.1", - "debounce": "^2.0.0", + "debounce": "^2.1.0", "ical.js": "^1.5.0", "jstimezonedetect": "", "linkify-it": "^5.0.0", @@ -3954,6 +3954,17 @@ "npm": "^9.0.0" } }, + "node_modules/@nextcloud/vue/node_modules/debounce": { + "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/@nicolo-ribaudo/chokidar-2": { "version": "2.1.8-no-fsevents.3", "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", @@ -7022,9 +7033,9 @@ "dev": true }, "node_modules/debounce": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.0.0.tgz", - "integrity": "sha512-xRetU6gL1VJbs85Mc4FoEGSjQxzpdxRyFhe3lmWFyy2EzydIcD4xzUvRJMD+NPDfMwKNhxa3PvsIOU32luIWeA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.1.0.tgz", + "integrity": "sha512-OkL3+0pPWCqoBc/nhO9u6TIQNTK44fnBnzuVtJAbp13Naxw9R6u21x+8tVTka87AhDZ3htqZ2pSSsZl9fqL2Wg==", "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index 3dc7ef97d..546a23fae 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nextcloud/vue": "9.0.0-alpha.2", "@vueuse/components": "^10.9.0", "color-convert": "^2.0.1", - "debounce": "^2.0.0", + "debounce": "^2.1.0", "ical.js": "^1.5.0", "jstimezonedetect": "", "linkify-it": "^5.0.0",