diff --git a/package-lock.json b/package-lock.json index c543c1d4e..cdb73bdff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/vue": "^7.12.7", "@vueuse/components": "^10.6.1", "color-convert": "^2.0.1", - "debounce": "^1.2.1", + "debounce": "^2.0.0", "ical.js": "^1.5.0", "jstimezonedetect": "", "linkify-it": "^5.0.0", @@ -3301,6 +3301,11 @@ "@floating-ui/core": "^1.2.1" } }, + "node_modules/@nextcloud/vue/node_modules/debounce": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" + }, "node_modules/@nextcloud/webpack-vue-config": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.0.0.tgz", @@ -6708,9 +6713,15 @@ "peer": 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", @@ -20870,6 +20881,11 @@ "requires": { "@floating-ui/core": "^1.2.1" } + }, + "debounce": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" } } }, @@ -23524,9 +23540,9 @@ "peer": true }, "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==" }, "debug": { "version": "4.3.4", diff --git a/package.json b/package.json index 12bbf2d85..7e5c8a731 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/vue": "^7.12.7", "@vueuse/components": "^10.6.1", "color-convert": "^2.0.1", - "debounce": "^1.2.1", + "debounce": "^2.0.0", "ical.js": "^1.5.0", "jstimezonedetect": "", "linkify-it": "^5.0.0",