diff --git a/package-lock.json b/package-lock.json index 1e382caf5..a06060890 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@tiptap/extension-task-list": "^2.1.13", "@tiptap/starter-kit": "^2.1.13", "@tiptap/vue-2": "^2.1.13", - "debounce": "^1.2.1", + "debounce": "^2.0.0", "vue": "^2.7.15", "vue-material-design-icons": "^5.2.0", "vue-papa-parse": "^3.1.0", @@ -3474,6 +3474,11 @@ "vue": "2.x" } }, + "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", @@ -7671,9 +7676,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", diff --git a/package.json b/package.json index e7c9cc988..4f33c772b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@tiptap/extension-task-list": "^2.1.13", "@tiptap/starter-kit": "^2.1.13", "@tiptap/vue-2": "^2.1.13", - "debounce": "^1.2.1", + "debounce": "^2.0.0", "vue": "^2.7.15", "vue-material-design-icons": "^5.2.0", "vue-papa-parse": "^3.1.0",